-- background: 59448 from stack: in -- bmap block id: 62106 -- flags: 0000 -- background id: 0 -- name: Teacher Details ----- HyperTalk script ----- on openBackground global interactiveDemo installMenuBar 1180,1181,1182,1183,1184 if interactiveDemo then show card field "Instructions" end if put false into interactiveDemo end openBackground on doMenu menuItem if menuItem contains "About" then lock screen restoreMenuBar go to card short name of this background of background "About" unlock screen with zoom close else if menuItem is "Home" then restoreMenuBar go home else if menuItem contains "Quit" then lock screen restoreMenuBar false go to card "Mac School® Shell" unlock screen with zoom close else if menuItem is "New Teacher…" then push card go to background "Teacher Details tabs" else if (menuItem is "Open…" OR menuItem is "Close" OR menuItem is "Import Students…" OR menuItem is "Page Setup…" OR menuItem is "Undo" OR menuItem is "Cut" OR menuItem is "Copy" OR menuItem is "Paste" OR menuItem is "Clear") then -- do nothing end if end doMenu -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=29 top=52 right=67 bottom=104 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: teachers -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=396 top=52 right=67 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: date -- part 3 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=32 top=94 right=320 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Teacher Name -- part 4 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=203 top=94 right=320 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Homeroom -- part 5 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=314 top=94 right=320 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Phone # -- part 6 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=436 top=94 right=320 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Select